projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b64a9d9
)
(ibuffer-do-occur): Default to 0 context lines.
author
Colin Walters
<walters@gnu.org>
Thu, 9 May 2002 21:29:20 +0000
(21:29 +0000)
committer
Colin Walters
<walters@gnu.org>
Thu, 9 May 2002 21:29:20 +0000
(21:29 +0000)
lisp/ibuf-ext.el
patch
|
blob
|
history
diff --git
a/lisp/ibuf-ext.el
b/lisp/ibuf-ext.el
index 7acb7f585f607201f0c62a49b5f11d236049c4fb..c077e3362eec4ed8ecfd03a6282319783a6ba40e 100644
(file)
--- a/
lisp/ibuf-ext.el
+++ b/
lisp/ibuf-ext.el
@@
-1406,7
+1406,7
@@
defaults to one."
(interactive (occur-read-primary-args))
(if (or (not (integerp nlines))
(< nlines 0))
- (setq nlines
1
))
+ (setq nlines
0
))
(when (zerop (ibuffer-count-marked-lines))
(ibuffer-set-mark ibuffer-marked-char))
(let ((ibuffer-do-occur-bufs nil))